home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 003.dms / 003.adf / EXAMPLE_PROGRAMS / example5.AMOS / example5.amosSourceCode
AMOS Source Code  |  1993-02-25  |  345b  |  14 lines

  1. 'EXAMPLE PROGRAM 5.0   
  2. '
  3. 'A program to load an IFF picture and display it 
  4. '
  5. Hide 
  6. '
  7. '
  8. Rem LOAD an iff picture called SONIC.IFF from the disk in DF0: the file is 
  9. Rem drawer PICS/.  And then display it onto screen 0.
  10. Rem if you have the TCBGTA disk in your external drive change DF0: to DF1: 
  11. Load Iff "DF0:PICS/SONIC.IFF",0
  12. '
  13. '
  14. Wait Key : Edit